<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>

<window
    id="findfile-window"
    title="Find Files"
    orient="horizontal"
    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <label value="Search for:" control="find-text"/>
  <textbox id="find-text"/>

  <button id="find-button" label="Find" default="true"/>
  <button id="cancel-button" label="Cancel"/>

</window>

